-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v8 Spec #1081
v8 Spec #1081
Conversation
* Refs mapbox/mapbox-gl-style-spec#258 * Wildly non-backward-compatible * Relies on next release of mapbox-gl-style-spec
@@ -15,7 +15,7 @@ var browser = require('../util/browser'); | |||
var Dispatcher = require('../util/dispatcher'); | |||
var Point = require('point-geometry'); | |||
var AnimationLoop = require('./animation_loop'); | |||
var validate = require('mapbox-gl-style-lint/lib/validate/latest'); | |||
var validate = require('mapbox-gl-style-spec/lib/validate/latest'); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
wat
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See the bullet point, relies on mapbox/mapbox-gl-style-spec#259
* background-image ⇢ background-pattern * line-image ⇢ line-pattern * fill-image ⇢ fill-pattern
Moved to #1192 |
Why is the name changed to line-pattern, fill-pattern? |
Implements breaking changes of mapbox/mapbox-gl-style-spec#264